home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-3158 / 68.txt < prev    next >
Text File  |  1992-05-11  |  29KB  |  687 lines

  1. Info-Atari16 Digest         Wed,  5 Feb 92       Volume 92 : Issue  68
  2.  
  3. Today's Topics:
  4.                          .SPS picture viewer?
  5.             ///\_ "Head and Serve" Sozobon   HELP!  ///\_
  6.                    1040ST w/ sequencing sw for sale
  7.                A couple of UNIXMODE and MiNT questions
  8.                        Atari 1040 STfm forsale
  9.                            Atari Advertises
  10.                       C, gem and sound questions
  11.                                  FTP
  12.                                GCR help
  13.                   How to make a gnu cross-compiler??
  14.                                 HVDI?
  15.                             Maple For sale
  16.                                  MIDI
  17.  National (U.S.) Magazine Advertises Atari! (see message for details)
  18.                       pcditto software on a TT?
  19.                  Several Question that need answered
  20.                        STe and Mark Williams C
  21.                          TOS 1.4 ROM problem
  22.  
  23. Welcome to the Info-Atari16 Digest.  The configuration for the automatic
  24. cross-posting to/from Usenet is getting closer, but still getting thrashed
  25. out.  Please send notifications about broken digests or bogus messages
  26. to Info-Atari16-Request@NAUCSE.CSE.NAU.EDU.
  27.  
  28. Please send requests for un/subscription and other administrivia to
  29. Info-Atari16-Request, *NOT* Info-Atari16.  Requests that go to the list
  30. instead of the moderators are likely to be lost or ignored.
  31.  
  32. If you want to unsubscribe, and you're receiving the digest indirectly
  33. from someplace (usually a BITNET host) that redistributes it, please
  34. contact the redistributor, not us.
  35. ----------------------------------------------------------------------
  36.  
  37. Date: 5 Feb 92 08:57:21 GMT
  38. From: email!eimoni.tuwien.ac.at!KDV_521@uunet.uu.net
  39. Subject: .SPS picture viewer?
  40. To: Info-Atari16@naucse.cse.nau.edu
  41.  
  42. In article <60323@aurs01.UUCP>, whitcomb@aurs01.uucp (Jonathan Whitcomb) writes:
  43. >I've come across some Spectrum files that use the extention *.SPS, and none
  44. >of my picture viewers can handle them.  I have no problem viewing *.SPC and
  45. >*.SPU files, but not *.SPS.
  46. >
  47. >Does anyone know of a viewer that can display these?
  48.  
  49. I don't know any viewer, but I've come across a doc which describes this
  50. Spectrum Smooshed format (among others). It's somewhere in one of the
  51. popular ftp sites for the atari st called picfmt.lzh ...
  52.  
  53.                                         Marinos Yannikos
  54.                                         kdv_521@eimoni.tuwien.ac.at
  55.  
  56. ------------------------------
  57.  
  58. Date: 5 Feb 92 04:23:25 GMT
  59. From: agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!an172@ames.arpa (Marc A.
  60.  Lombardo)
  61. Subject: ///\_ "Head and Serve" Sozobon   HELP!  ///\_
  62. To: Info-Atari16@naucse.cse.nau.edu
  63.  
  64. I just recently downloaded the new "Head and Serve" version of the Sozobon C
  65. compiler from the atari.archive ftp site.  The installation program and
  66. GEMENV program helped me a lot, and now I am able to compile C programs
  67. without any trouble.  Or, as it seemed...
  68.  
  69. You see, the problem is, the example files compiled perfectly, and the first
  70. couple of programs I wrote by myself worked perfectly.  I setup a .MAK file
  71. to compile them, using the structure in the example .mak files.  They still
  72. compile perfectly.
  73.  
  74. I am following the C-manship tutorial to learn C, and I have come to the
  75. fourth chapter.  I tried to compile the program from the .c program on the
  76. c-manship disk and it didn't work.
  77.  
  78. I am willing to send the .c program file and the .mak file I am using to
  79. anyone who is familiar with the Sozobon C compiler and is willing to help me
  80. out.  If you have a recommendation or want to help, please send me email at
  81. mlombar@caticsuf.csufresno.edu or an172@cleveland.freenet.edu.  Here are the
  82. errors I received:
  83.  
  84. (After double clicking my c4prg1.mak file, the screen looks like:)
  85.  
  86. cc.ttp \cmanship\chap4\c4prg1.c -o \cmanship\chap4\c4prg1.tos aesfast.
  87. a vdifast.a dlibs.a (Now it accesses the hard drive for a while, and seems
  88. to be working okay!)
  89.  
  90. ld: undefined symbol '_abs' from module .\c4prg1
  91. ld: undefined symbol '_fpltof' from module .\c4prg1
  92. ld: undefined symbol 'fpdiv' from module .\c4prg1
  93. ld: undefined symbol 'fpmul' from module .\c4prg1
  94. ld: undefined symbol '_fpftol' from module .\c4prg1
  95. ld: Unknown symbol of bad symbol type '_abs'
  96. cc: loader failed
  97. make: Return code 1
  98.  
  99.  
  100. I was hoping that using the command #include <math.h> or another command
  101. might help, but it didn't.  Also, I did edit out the command #define VOID
  102. /**/ which was used later in the program (and I deleted all occurences of
  103. VOID)  I didn't see a use for it, since it was just a comment without any
  104. text within it!
  105.  
  106. Any help would be greatly appreciated!
  107.  
  108.  
  109. --
  110. Marc A. Lombardo                                            User Address: an172
  111. /-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\-/-\
  112.     Compuserve:  >INTERNET: an172@cleveland.freenet.edu
  113.     Internet/BitNET:  an172@cleveland.freenet.edu         Atari ST,MIDI,Music
  114.  
  115. ------------------------------
  116.  
  117. Date: 5 Feb 92 00:13:40 GMT
  118. From: rosie!next.com!pbern@uunet.uu.net
  119. Subject: 1040ST w/ sequencing sw for sale
  120. To: Info-Atari16@naucse.cse.nau.edu
  121.  
  122. For sale:
  123.  
  124.         Atari 1040ST
  125.         Steinbergs pro 24 III software
  126.         Editor/Librarians for : MT32, FB01, Matrix 1000, DX7
  127.         Laser-C
  128.         Personal Pascal
  129.         Games, Cad, etc
  130.  
  131.  
  132.         $600.00 + 50/50 shipping
  133.  
  134.         email pbern@next.com
  135.  
  136.         or call 415/780-4507
  137.  
  138. ------------------------------
  139.  
  140. Date: 4 Feb 92 01:59:39 GMT
  141. From:
  142.  noao!ncar!elroy.jpl.nasa.gov!swrinde!mips!pacbell.com!att!oucsboss!oucsace!bwhi
  143.  te@arizona.edu (William E. White)
  144. Subject: A couple of UNIXMODE and MiNT questions
  145. To: Info-Atari16@naucse.cse.nau.edu
  146.  
  147. I have a couple of questions about UNIXMODE (about which I know basically
  148. next to nothing except what I read on terminator) ...
  149.  
  150. 1. If I'm interpreting the documentation correctly, extended filenames are
  151. stored in an actual file somewhere.  Um, ... maybe I'm missing something
  152. here, but ... wouldn't it be just as simple to use the unused bytes in the
  153. directory (about 31 of them I think)?  Or are they reserved?
  154.  
  155. 2. Does MiNT (which I haven't played with either) grok this wonderful system?
  156. How about the shells out there?  I'd really like to be able to forget that
  157. I'm not working on a Unix box.  (Yes, John, I know -- I should buy a sparc!)
  158.  
  159. 3. Exactly how slow IS MiNT?  Are there any decent accelerator boards out
  160. there if it is on the unspeedy side?
  161.  
  162. Again, thanks for your time.
  163.  
  164.  
  165. --
  166. |  Bill White   +1-614-594-3434 |  bwhite@oucsace.cs.ohiou.edu (normal)  |
  167. |  Standard login hours:        |  bwhite@view.cs.ohiou.edu (alternate)  |
  168. |   1-3,5-7PM EST M-F (oucsace) |  more info via `finger bwhite@view...' |
  169.  
  170. ------------------------------
  171.  
  172. Date: 5 Feb 92 06:15:26 GMT
  173. From:
  174.  noao!asuvax!ncar!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!ub!galileo.cc
  175.  .rochester.edu!news@arizona.edu
  176. Subject: Atari 1040 STfm forsale
  177. To: Info-Atari16@naucse.cse.nau.edu
  178.  
  179. I would like to sell my 1040STFM to get some softwares for my STe.
  180. The configuration is as follow:
  181. Atari 1040STFM
  182. TOS 1.0 in ROM
  183. 1 double sided double density floppy drive
  184. 1 Megabyte of RAM
  185. RF modulator
  186. and all other stuff that is standard for an ST
  187. Price: $235 + shipping
  188.  
  189. Please e-mail me for any question.
  190. Thanks
  191.  
  192. ------------------------------
  193.  
  194. Date: 31 Jan 92 21:37:05 GMT
  195. From: walter!porthos!nvuxl!rrk@uunet.uu.net (24115-kutz)
  196. Subject: Atari Advertises
  197. To: Info-Atari16@naucse.cse.nau.edu
  198.  
  199. No one else has mentioned this, so I will.  I saw my first Atari
  200. magazine advertisement for the ST in years: the most recent Discover
  201. magazine shows an ST/MIDI setup, even mentions Atari ST (and other
  202. companies whose equipment contribute to the music setup).  The opposing
  203. page is an ad for the Portfolio.  Made my day.
  204.  
  205. Randy Kutz    rrk@nvuxl.cc.bellcore.com
  206.  
  207. ------------------------------
  208.  
  209. Date: 5 Feb 92 02:18:02 GMT
  210. From: noao!ncar!asuvax!cs.utexas.edu!uwm.edu!ogicse!milton!tymbrimi@arizona.edu
  211.  (Ben Gilbert)
  212. Subject: C, gem and sound questions
  213. To: Info-Atari16@naucse.cse.nau.edu
  214.  
  215. In article <1992Feb03.232511.15266@CS.ORST.EDU> wilsont@prism.cs.orst.edu
  216.  (Timothy E. Wilson) writes:
  217. >I am just starting up with C programming on the ST.
  218. >I borrowed the book "Applications guide: programming in C, for the ST" by
  219. >compute! books.
  220. >I'm trying to use Sozobon 1.33i with it. I'm trying to get a gem library
  221. >up and going but no luck, nothing compiles.
  222. >all gemdefs.h and obdefs.h have been changed to gemfast.h .
  223. >
  224. >but the cc compiler gives me crap on most of the lines, even though they are
  225. >verbatim from the book.
  226. >
  227. >so basically, Does anyone have a C Gem library? does AA have one?
  228. >
  229. >secondly, Where could i find source code for playing back standard sounds?
  230. >(maybe the source to keyclick.ttp?)
  231. >
  232. >  thanks!
  233.  
  234. Sozobon DOES have a C library, it is in 'aesfast.a' and should be set up
  235. in your /sozobon/libs directory.  When you run cc.ttp, make sure to enter
  236. your source file name followed by aesfast.a, so the command line might look
  237. like this :
  238.  
  239.         > cc program.c aesfast.a
  240.  
  241. And of course make sure you include <osbind.h> in the program, I think this
  242. will fix the problems, as I have used the AES library fine with Sozobon.
  243.  
  244.  
  245.  
  246.  
  247. Ben Gilbert (tymbrimi@u.washington.edu)
  248.  
  249. ------------------------------
  250.  
  251. Date: 4 Feb 92 23:20:25 GMT
  252. From:
  253.  noao!asuvax!cs.utexas.edu!wupost!waikato.ac.nz!comp.vuw.ac.nz!actrix!Roger.Shep
  254.  pard@arizona.edu (Roger Sheppard)
  255. Subject: FTP
  256. To: Info-Atari16@naucse.cse.nau.edu
  257.  
  258. In article <1992Feb4.013939.29525@rhrk.uni-kl.de> weber@rhrk.uni-kl.de
  259.  (Christoph Weber-Fahr [KIT]) writes:
  260. > Roger.Sheppard@actrix.gen.nz (Roger Sheppard) writes:
  261. >
  262. > >Can some one help me a FTP site, this is the cs.uni-sb.de [134.96.252.31]
  263. > >is it fully operational.?
  264. >
  265. > >All that I can get up to is a date/time line and then it stops/hangs..!!
  266. >
  267. > I have been in there yesterday night.
  268. > But nslookup here reports 134.96.7.254
  269. > Better you check the number out...
  270. >
  271. > Regards
  272. >
  273. > Christoph Weber-Fahr
  274. >
  275. > --
  276. >   Christoph Weber-Fahr                  |  E-Mail:  weber@rhrk.uni-kl.de
  277. >   Universitaet Kaiserslautern,  KIT/IVS |  S-Mail:  Postfach 3049
  278. >   Tel. 0631/205-3391                    |           D-6750 Kaiserslautern
  279. > --------------------------  My personal opinion only    ---------------------
  280.  
  281. Yes I have found those 2 site numbers to, and they both work, but I only get
  282. to were the system shows the Time/Date then stop..
  283.  
  284. So how is it that cs.uni-sb.de can have 2 site numbers,,[134.96.7.254] and
  285. [134.96.252.31]...???
  286.  
  287. I will try that site again..
  288. --
  289. ***  Roger W. Sheppard      *      Roger.Sheppard@bbs.actrix.gen.nz  ***
  290. ***  85 Donovan Rd        *    *   GEnie.  R.SHEPPARD5               ***
  291. ***  Kapiti                        At least I don't Flicker,         ***
  292. ***  New Zealand..          *      not like a dying light globe      ***
  293.  
  294. ------------------------------
  295.  
  296. Date: 4 Feb 92 22:17:02 GMT
  297. From: psinntp!newstand.syr.edu!rodan.acs.syr.edu!ggreenbe@uunet.uu.net (Gerald
  298.  Greenberg)
  299. Subject: GCR help
  300. To: Info-Atari16@naucse.cse.nau.edu
  301.  
  302. In article <1992Feb4.151901.9839@sae.com> malay@sae.com (Bob Malay) writes:
  303. >I stumbled across a mystery. Yesterday I booted up the STe from an ICD w/clock
  304. >equipped SCSI drive. The date was 3 FEB 1992, the time 10:03PM. I launched
  305. >the Spectre program, popped into MAC-mode and created a file - I viewed the
  306. >folder by name and noticed the date-time stamp was 4 FEB 1992 10:05PM - why
  307. >is the MAC clock ahead by a full 24 hours???? Is there something that needs
  308. >to be done to "sync" the Atari and the MAC clocks??
  309. >
  310. >Bob Malay
  311. >
  312. >
  313. Much to my surprise, I have the same "problem".  I am almost
  314. positive that I used to have the correct date under Spectre
  315. (but I admit that I haven't looked in quite a long time).  I
  316. was wondering if this situation might have anything to do with
  317. the fact this is a leap year?
  318. --Gerry
  319. PS.  I've got an ST, not an STe with an ICD clock-equipped
  320. hard drive kit.
  321.  
  322. ------------------------------
  323.  
  324. Date: 4 Feb 92 03:00:23 GMT
  325. From: noao!ncar!uchinews!linac!att!oucsboss!oucsace!bwhite@arizona.edu (William
  326.  E. White)
  327. Subject: How to make a gnu cross-compiler??
  328. To: Info-Atari16@naucse.cse.nau.edu
  329.  
  330. Yes it's me again. :-)  I'm trying to get the most recent gnu C compiler
  331. to compile on a Decstation (ghod knows what.  I think a 3100), so that
  332. it produces a nifty little output file that'll work for TOS.
  333.  
  334. However, there seem to be no docs, and the Makefile was ... ahem ... less
  335. than useful.
  336.  
  337. So, for a poor ignorant fellow like myself, exactly *HOW* do I get the GNU
  338. C compiler to compile so that it's a cross-compiler?  For one thing, there
  339. is a configuration shell script.  What is it for, and how does one use it?
  340. What else do I need to do?  Where is the default path and such?  Please
  341. humor me, I've been working on a whitepages service in System V Unix for
  342. the past fifteen months. :-)
  343.  
  344. As usual, email responses preferred.  Thank you for your time.
  345.  
  346.  
  347. --
  348. |  Bill White   +1-614-594-3434 |  bwhite@oucsace.cs.ohiou.edu (normal)  |
  349. |  Standard login hours:        |  bwhite@view.cs.ohiou.edu (alternate)  |
  350. |   1-3,5-7PM EST M-F (oucsace) |  more info via `finger bwhite@view...' |
  351.  
  352. ------------------------------
  353.  
  354. Date: 5 Feb 92 07:51:43 GMT
  355. From:
  356.  noao!asuvax!cs.utexas.edu!qt.cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.co
  357.  lumbia.edu!src.honeywell.com!umn.edu!math.fu-berlin.de!unido!urmel!oli@arizona.
  358.  edu (Oliver Bonten)
  359. Subject: HVDI?
  360. To: Info-Atari16@naucse.cse.nau.edu
  361.  
  362. an375@cleveland.Freenet.Edu (Jason Baker) writes:
  363.  
  364.  
  365. >What is HVDI?  Is it just a screen accelarator like quick/turbo st?  Why does
  366. >it have its own font?  And, most importantly, is it freeware?
  367. >Any information, and I'll gladly bear your children.
  368.  
  369. It's NVDI, and it is, unlike most screen accelerators, a completely new
  370. VDI (including GDOS), so it's supposed to work with more software than
  371. quick/turbo. In fact, I have no problems with it, except for some older
  372. games, where I have to switch off most features of NVDI using the ACC/CPX
  373. delivered. I have v2.02, however, and people say that up to 2.01 there
  374. were a lot of problems with dirty hacks in some quite standard applications.
  375.  
  376. No, it's not freeware, the Price is % DM 99,- (from Bela Software) and I
  377. don't know if it's available outside Germany. But it is really good.
  378. Very recommended.
  379.  
  380. Oliver
  381. --
  382. Heute hack ich, morgen crack ich, uebermorgen hol ich mir dem SysOp sein Login.
  383. Ach wie gut dass niemand weiss, dass ich oli@math.rwth-aachen.de heiss.
  384.  
  385. ------------------------------
  386.  
  387. Date: 5 Feb 92 06:03:11 GMT
  388. From: haven.umd.edu!wam.umd.edu!leonpoon@ames.arpa (Leon Poon)
  389. Subject: Maple For sale
  390. To: Info-Atari16@naucse.cse.nau.edu
  391.  
  392. I am selling Maple 4.2 for the ST, and I am asking for $80 OBO.
  393. If interested, please email me at leonpoon@wam.umd.edu.
  394.  
  395. --
  396. -----------------------------------------------------------------
  397. |   Leon Poon               |   "A wise man changes his mind;   |
  398. |   leonpoon@wam.umd.edu    |          a fool - never."         |
  399. -----------------------------------------------------------------
  400.  
  401. ------------------------------
  402.  
  403. Date: 4 Feb 92 13:34:57 GMT
  404. From: aurs01!whitcomb@mcnc.org (Jonathan Whitcomb)
  405. Subject: MIDI
  406. To: Info-Atari16@naucse.cse.nau.edu
  407.  
  408. In article <1992Feb01.181610.4016@crash.cts.com> trag@pnet01.cts.com (Jim
  409.  Trageser) writes:
  410. >I'm writing yet another Atari story for San Diego's ComputorEdge magazine, and
  411. >am trying to get a feel for what the most popular software/hardware
  412. >(keyboards, et al) set-ups are with Ataris. Also, any comments on why you use
  413. >an Atari for your MIDI rather than a PC or Mac. (I'm not a MIDI user; more DTP
  414. >and WP than anything else, so bear with me. . . .)
  415.  
  416. I chose the Atari ST because it had the best price/performance ratio in its
  417. class for *any* application (in 1986) and especially MIDI.  I still believe
  418. this is true for MIDI.  Of course, the built in MIDI ports made it attractive
  419. as a user, but more importantly, it attracted many developers to the platform.
  420. I currently use a Mega ST4 with an SM124 monitor (a must for MIDI).  Considering
  421. that the software for the ST is still state of the art, I have no reason to
  422. switch to another platform.  In fact, the new ST Book portable will probably
  423. keep me firmly entrenched in the ST market.
  424.  
  425. I use Dr.T's software almost exclusively.  The primary reasons are:
  426. 1)  They have been in the business for years and have continuously upgraded
  427. their software.  Sequences I made years ago on my 1040 ST run fine on the
  428. newest software.
  429.  
  430. 2)  The programs are modular.  Dr.T's has developed a "Multi Program
  431. Environment" (MPE), which allows many of their programs to run concurrently
  432. and share data.  Economically, it allows me to build my system a piece at
  433. a time, when I can afford each new piece.
  434.  
  435. 3)  Support.  The programmers are available on-line on GEnie, and provide
  436. answers to questions and bug fixes in a very short time.  The tech info line is
  437. manned five days a week, and I receive upgrade notices and special deals on
  438. closeout software in the mail regularly.  Since it's a US based company (as
  439. opposed to C-Lab or Steinberg/Jones), response time is amazingly fast.  Bob
  440. Melvin (designer of the Caged Artist patch editors and X-oR universal patch
  441. editor/librarian/system exclusive data manager) is especially good in this
  442. regard, and has been known to respond to change requests within a two or
  443. three days.
  444.  
  445. 4)  The software is great.  I use the KCS Omega sequencer, X-oR, T-Basic (an
  446. interpreted BASIC programming language  with hooks into all of KCS's sequence
  447. data) and the Phantom (SMPTE sync interface and software).  The interfaces are
  448. intuitive and the graphics are very useful.  Anyone who still thinks that
  449. Dr.T's products just fill the screen with numbers hasn't seen them lately!
  450. The programs are extremely stable, and I have no problem using them with all
  451. of my regular ST system software installed.  I recently bought Intelligent
  452. Music's RealTime sequencer and M composition and performance tool.
  453.  
  454. My MIDI hardware setup is hardly state of the art, but it gets me by.  I use
  455. a Korg 707 (8 voice multitimbral FM synth) primarily as a dumb keyboard.  It's
  456. velocity sensitive and has aftertouch, and was quite cheap.  The sounds aren't
  457. great, but I consider them as a free bonus with the keyboard.  My main sound
  458. modules are the Korg P3 (piano) and Symphony (orchestra).  Each are 16 voice
  459. multitimbral, and provide me with a limited range of sampled instruments.
  460. None of these instruments are new or expensive (I think that all three
  461. combined cost less than $1000), but it is important to note that many of
  462. the high priced MIDI instruments have built in sequencers and other features
  463. which are redundant with my software.  I also don't need lots of memory in
  464. my synths, as I can store data on my ST using X-oR.  In fact, all I look
  465. for in a new synth are good sounds, lots of outputs and good MIDI support
  466. of the internal functions, so I can usually save money buying the stripped
  467. down, small memory rack-mount versions.
  468.  
  469. I also use an Alesis QuadraVerb GT, a Casio MG-510 guitar MIDI controller
  470. and a DMC MX-8 programable MIDI switcher.  I've written X-oR profiles for
  471. the P3, Symphony and Quadraverb GT.
  472.  
  473. My next major music hardware purchase will be an 8-track reel-to-reel.  I was
  474. thinking of buying a Tascam TSR-8, but now that Fostex has worked up a MIDI
  475. interface with the ST, I will probably end up with an R8.  The press reports
  476. from NAMM indicate that this interface will allow complete control of the
  477. tape transport via the ST, so you can basically thread the tape and not
  478. have to touch the machine for the rest of the session.  The fact that
  479. Fostex is now working with ST software companies (I believe this interface
  480. is available from C-Lab, Steinberg/Jones and Dr.T's) is a great sign for
  481. the survival of the ST as a major MIDI platform.
  482. **********************************************************************
  483. Jonathan Whitcomb                    UUCP: <whitcomb%aurgate@mcnc.org>
  484. Alcatel Network Systems              Delphi: JBWHIT
  485. Raleigh, NC                          GEnie: J.WHITCOMB3
  486.  
  487. ------------------------------
  488.  
  489. Date: 4 Feb 92 22:45:57 GMT
  490. From: noao!asuvax!cs.utexas.edu!convex!constellation!uokmax!kllove@arizona.edu
  491.  (Kenneth L Love)
  492. Subject: National (U.S.) Magazine Advertises Atari! (see message for details)
  493. To: Info-Atari16@naucse.cse.nau.edu
  494.  
  495. First off, I must apologize for the tabloidesque feeling to this article.
  496. However, (to me at least) it's like one of those headlines (like 'Elvis
  497. lives on Mars with alien mistress!') from the National Enquirer.
  498.  
  499. I was reading Discover magazine when, to my unbelieving eyes, I beheld that
  500. most amazing of sights:  a *TWO-PAGE* Atari ad!
  501.  
  502. 'I heard this cry of strangled delight,' said one of his friends (who
  503. wishes to remain anonymous).  He continues, 'When I rushed into the room,
  504. I found him passed out on the floor!  After I woke him up, he was incoherent,
  505. but just kept pointing to the latest issue of Discover and gurgling happilly.'
  506.  
  507. Yes, friends, this is what's happening all over the country as Atari
  508. supporters are struck unawares by this seemingly benign ad!  It has effected
  509. so many people that some support groups have been started for those like the
  510. poor soul described above.  If you know someone similarly effected, please
  511. call 1-800-555-HELP for the number of the closest group to your area.
  512.  
  513. Some of you may wish to know what is in this ad.  Well, I must tell you it
  514. is NOT for the faint of heart.  Skip to the end of this article if you are
  515. of that persuasion.  Here goes:  the first page has a picture of a large
  516. screened computer (TT?  Mega STe?  Nobody in the know of these things has
  517. been able to speak after viewing the ad!), a big board with a LOT of switches
  518. on it (a super graphic-equalizer?), and this guy manipulating both of them
  519. with ease.  In a text description below it describes how easy it is to use
  520. Atari computers to manipulate stuff (I haven't got the advert in front of
  521. me at the moment or I'd be more descriptive.  Come to think of it, maybe it's
  522. better I'm not.  There would be too many computer users accros the country
  523. slumped over their keyboards....).  Also, included are some of the company/
  524. product names that produce MIDI software.  The second page (I didn't pay much
  525. attention to this one) was all about the Portfolio.
  526.  
  527. Well, I hope I didn't scare off too many people with this post.  If you
  528. feel the need to respond to this message please do it by e-mail.  I'm looking
  529. for more places that Atari's have been showing up.  Side note:  I saw T2 and
  530. this Atari ad on the same day (Saturday, Feb. 1) and it was almost too much
  531. to bear (not really, but it sounds good)!
  532.  
  533. ---------------------------------------------------------------------------
  534. Kenneth Love                 |
  535. 15725 NE 63rd                |  "Who is this /dev/null person anyways?
  536. Choctaw, OK  73020           |   And why does he like so many flames?"
  537. kllove@uokmax.ecn.uoknor.edu |                                     -- Me
  538.  
  539. ------------------------------
  540.  
  541. Date: 4 Feb 92 22:39:14 GMT
  542. From:
  543.  noao!asuvax!ncar!elroy.jpl.nasa.gov!usc!cs.utexas.edu!convex!constellation!uokm
  544.  ax!occrsh!fang!att!cbnewsd!cbfsb!cbnewsb.cb.att.com!hojo@arizona.edu (HC
  545.  Johnson)
  546. Subject: pcditto software on a TT?
  547. To: Info-Atari16@naucse.cse.nau.edu
  548.  
  549. In article <A3382@UN.maus.de>, Martin_Koehling@un.maus.de (Martin Koehling)
  550.  writes:
  551. > In article <H.RTW7W9wCwPA@marsu.tynet.sub.org>
  552. > wenzel@marsu.tynet.sub.org (Markus Wenzel) writes:
  553. >
  554. > >In <1992Jan27.043129.2193@ux1.cso.uiuc.edu>, William Magro writes:
  555. > >> Has anyone tried the PCDitto software emulator on a TT?  If so, does
  556.  
  557. Did you know that PC-Ditto I will output error messages and crash dumps
  558. on the RS232 port.  This is how its was debugged.
  559.  
  560. All you need is to get the terminal port set up under TOS
  561. and hook a terminal (or another ST with a term emulator) to it.
  562. What it prints is useful.
  563.  
  564. Howard Johnson
  565. ATT BELL LABS
  566. att!mtgzy!hcj
  567. hcj@mtgzy.att.com
  568.  
  569. ------------------------------
  570.  
  571. Date: 4 Feb 92 19:53:55 GMT
  572. From:
  573.  noao!ncar!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!uwm.edu!linac!pacific.mps.oh
  574.  io-state.edu!ohstpy!miavx1!rlcollins@arizona.edu (Ryan 'Gozar' Collins)
  575. Subject: Several Question that need answered
  576. To: Info-Atari16@naucse.cse.nau.edu
  577.  
  578. In article <1992Jan31.134432.24370@newcastle.ac.uk>, D.M.Johnson@newcastle.ac.uk
  579.  (Dave Johnson) writes:
  580. > I was doing some work on my machine last night and installed a desktop acc
  581. > called snapshot, I am also running running xcontrol. When this program was
  582. > installed the machine refused to change rez from low to med (or med to low). I
  583. > got a random number of bommbs (most common was 7) and once I got an alert
  584. > saying something like stack overflow (I think). Them machine is an STFM 520
  585. > with TOS 1.4 and 2.5megs. Can only one explain the problem? (It stopped when I
  586. > removed snapshot.)
  587.  
  588.      Were you remember to "shutdown" xcontrol before changing rez? (I
  589. figure you were.)
  590.  
  591.      If I want to get screen shots, I use grabber2.acc, which I got from
  592. Atari.archive. (I know it works with TOS 1.4, but I haven't tried it
  593. with xcontrol loaded.)
  594.  
  595. Later.......
  596.  
  597. ------======={{{{{{{{((((((Ryan 'Gozar' Collins))))))))}}}}}}}}=======--------
  598. Atari Computers:         "The Game is never over"      rlcollins@miavx1.BITNET
  599. Power Without The Price                                    R.COLLINS1 on GEnie
  600. ------======={{{{{{{{(((((( My 1040STF Rocks!! ))))))))}}}}}}}}=======--------
  601.  
  602. ------------------------------
  603.  
  604. Date: 4 Feb 92 22:25:52 GMT
  605. From:
  606.  noao!asuvax!ncar!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!convex!constellation!
  607.  uokmax!occrsh!fang!att!cbnewsd!cbfsb!cbnewsb.cb.att.com!hojo@arizona.edu (HC
  608.  Johnson)
  609. Subject: STe and Mark Williams C
  610. To: Info-Atari16@naucse.cse.nau.edu
  611.  
  612. In article <1992Feb3.213409.26908@unlinfo.unl.edu>, witts@hoss.unl.edu (Rick
  613.  Wittstruck) writes:
  614. >       I'm considering the purchase of an Atari STE so that I can easily
  615. > upgrade to 4 megs of ram, plus blitter stuff etc, but I am worried about
  616. > my Mark Williams C package.  I've heard that MWC will not work on TOS
  617. > versions 1.04 and above.  Is this true?  Has anyone tried to use MWC from
  618. > hard disk with an STE?  It's crucial that I find out before making my
  619. > purchase, so please give any information if you can!
  620. > Any comments much appreciated!
  621. >
  622. I have MWC, and TOS 1.4; an ST, not STE.
  623. The problem is the debugger, which has wired into it:
  624. 1. a list of TOS versions (1.4 is not there)
  625. 2. a strategy on accessing TOS based on version.
  626.  
  627. Since the strategy for 1.4 did not change since 1.2, which is there
  628. I just hacked 1 byte to validate 1.4.  Works.
  629.  
  630. To complete the story, the debugger works, but bombs when it exits.
  631. It doesn't not bother me.  It might you.
  632.  
  633. If you are used to the "UNIX" was of compiling, you will greatly enjoy
  634. MWC.
  635.  
  636. Howard Johnson
  637. ATT BELL LABS
  638. att!mtgzy!hcj
  639. hcj@mtgzy.att.com
  640.  
  641. ------------------------------
  642.  
  643. Date: 4 Feb 92 22:13:24 GMT
  644. From:
  645.  noao!asuvax!ncar!elroy.jpl.nasa.gov!usc!cs.utexas.edu!convex!constellation!uokm
  646.  ax!occrsh!fang!att!cbnewsd!cbfsb!cbnewsb.cb.att.com!hojo@arizona.edu (HC
  647.  Johnson)
  648. Subject: TOS 1.4 ROM problem
  649. To: Info-Atari16@naucse.cse.nau.edu
  650.  
  651. In article <807@mwuk.UUCP>, tony@microware.co.uk (Tony Mountifield) writes:
  652. >
  653. > Help!
  654. >
  655. > I have just bought a set of six TOS 1.4 ROMs amd tried to install them
  656. > in my old 520STM (not STFM). They don't work :-(
  657. >
  658. > The ROMs were labelled H0 H1 H2 L0 L1 L2. The original ROMs were not.
  659. > Looking at my circuit, it appeared that they should go in the following
  660. > sockets:
  661. >
  662. >       U2 = H0, U3 = H1, U4 = H2, U5 = L0, U6 = L1, U7 = L2
  663. >
  664. Your ROMS (EPROMS) sound like illegal copies.  Atari numbers them U1-U6
  665. and you place them in order as stencelled on the mother board.
  666.  
  667. Your set, seems labeled from a readout of the Atari Memory space.
  668.  
  669. There are 6! ways to scramble them.  That makes 15 I think.
  670. Write down all the premutations, and try each one.
  671.  
  672. Remember, you only get to plug one in upside done once.  Then its cooked.
  673.  
  674. Also, if any pin folds under the chip, the whole computer will not work.
  675.  
  676. Good Luck!
  677.  
  678. Howard Johnson
  679. ATT BELL LABS
  680. att!mtgzy!hcj
  681. hcj@mtgzy.att.com
  682.  
  683. ------------------------------
  684.  
  685. End of Info-Atari16 Digest
  686. ******************************
  687.